python cls statement using os module

40

python cls statement using os module -

import os
os.system('cls')  # on windows

Comments

Submit
0 Comments